syscall.SockaddrLinklayer.raw (field)
9 uses
syscall (current package)
syscall_linux.go#L573: raw RawSockaddrLinklayer
syscall_linux.go#L580: sa.raw.Family = AF_PACKET
syscall_linux.go#L581: sa.raw.Protocol = sa.Protocol
syscall_linux.go#L582: sa.raw.Ifindex = int32(sa.Ifindex)
syscall_linux.go#L583: sa.raw.Hatype = sa.Hatype
syscall_linux.go#L584: sa.raw.Pkttype = sa.Pkttype
syscall_linux.go#L585: sa.raw.Halen = sa.Halen
syscall_linux.go#L586: sa.raw.Addr = sa.Addr
syscall_linux.go#L587: return unsafe.Pointer(&sa.raw), SizeofSockaddrLinklayer, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |